Get active key
GET /api/v1/tenants/:tenantId/keys/:apiKey/active
Description
Retrieve the active API key for a specific tenant and API key.
Request
-
Authentication:
-
Type: Bearer Token
-
Token:
{{bearerToken}}(Replace with the actual bearer token)
-
-
URL:
-
Raw URL:
/api/v1/tenants/:tenantId/keys/:apiKey/active -
Host:
-
Path:
/api/v1/tenants/:tenantId/keys/:apiKey/active -
Variables:
-
tenantId: (Required)
-
apiKey: (Required)
-
-
Response:
- Status: OK (200)
/api/v1/tenants/:tenantId/keys/:apiKey/active
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/tenants/:tenantId/keys/:apiKey/active \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!